Skip to main content

Sync state with external storage

Most of the time you want to store user progress/data somewhere in a database for a better user experience. In dxchart5-react you can achieve such functionality via a couple of data providers.

Layout Provider and UserDataProvider are main providers that used to save application state and user data and sync it to some external storage like localstorage or some client's database.

That's pretty much it!

Further reading

Providers